| Previous | Chapter Contents | Chapter Top | Next |
The instrument About information structure contains the information that appears in the instrument's About box and is returned by the MusicGetInstrumentAboutInfo function [link] . It is defined by the InstrumentAboutInfo data type.
struct InstrumentAboutInfo {
PicHandle p;
Str255 author;
Str255 copyright;
Str255 other;
};
typedef struct InstrumentAboutInfo InstrumentAboutInfo;
| Previous | Chapter Contents | Chapter Top | Next |